using System;
using System.Runtime.InteropServices;
using UnityEngine;
using Warudo.Core;
using Warudo.Core.Utils;
using System;
using Object = UnityEngine.Object;

namespace Warudo.Plugins.Core
{
    public partial class CorePlugin
    {
        protected partial bool HideIncreasedGPUPriority() => throw new NotImplementedException();
    }
}